+2010-11-05 Jan Djärv <jan.h.d@swipnet.se>
+
+ * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
+
2010-11-05 Glenn Morris <rgm@gnu.org>
* woman.el (woman0-roff-buffer, woman1-roff-buffer)
(or mouse-yank-at-point (mouse-set-point click))
(let ((primary
(cond
- ((fboundp 'x-get-selection-value) ; MS-DOS and MS-Windows
+ ((fboundp 'x-get-selection-value) ; MS-DOS, MS-Windows and X.
(or (x-get-selection-value)
(x-get-selection 'PRIMARY)))
;; FIXME: What about xterm-mouse-mode etc.?